Types: Emulate PostgreSQL's JSON(B) types using CrateDB's OBJECT#27
Conversation
bda9012 to
70549f0
Compare
70549f0 to
90c742c
Compare
90c742c to
02a43e4
Compare
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
c286548 to
bdb92ab
Compare
bdb92ab to
7c0acd3
Compare
kneth
left a comment
There was a problem hiding this comment.
With the created issue for later, I say it LGTM
|
Thanks for acknowledging. Please merge at your disposal, I've currently lost relevant capabilities. |
bgunebakan
left a comment
There was a problem hiding this comment.
Thank you, looks good, there is just small comments.
|
Hi @bgunebakan. Thank you for looking into this. Please take over and add missing bits at your disposal. Thank you! |
About
The test suite of
meltano-tap-cratedb, derived from the corresponding PostgreSQL adapter, is using PostgreSQL'sJSONandJSONBtypes. By emulating them using CrateDB'sOBJECTtype, the corresponding test cases succeed without further ado. 💯References
This is coming from a monkeypatch to meltano-tap-cratedb.
closes #215